Bitmap for WPF
GetData<T>(Asynchronous,AsynchronousFlags) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct3D11 名前空間 > DeviceContext クラス > GetData メソッド : GetData<T>(Asynchronous,AsynchronousFlags) メソッド
The asynchronous data provider.
Flags specifying how the command should operate.
Gets data from the GPU asynchronously.
シンタックス
'宣言
 
Public Overloads Function GetData(Of T As {New, Struct})( _
   ByVal data As Asynchronous, _
   ByVal flags As AsynchronousFlags _
) As T
public T GetData<T>( 
   Asynchronous data,
   AsynchronousFlags flags
)
where T: new(), struct

パラメータ

data
The asynchronous data provider.
flags
Flags specifying how the command should operate.

型パラメータ

T

戻り値の型

The data retrieved from the GPU.
参照

DeviceContext クラス
DeviceContext メンバ
オーバーロード一覧